Learn R Programming

easyRNASeq (version 2.8.2)

BamParam class: Class "BamParam"

Description

A class describing the parameters of a bam file issued from an RNA-Seq experiment.

Arguments

Objects from the Class

Objects can be created by calls of the form new("BamParam", ...) or using the BamParam constructor.

Slots from the Class

The BamParam class has the following slots:
  • paired
  • stranded
  • yieldSize
all of which can be accessed using the accordingly names accessor.

See Also

Examples

Run this code
showClass("BamParam")

Run the code above in your browser using DataLab